home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / go32 / makeall.bat < prev    next >
Encoding:
DOS Batch File  |  1994-04-30  |  1.9 KB  |  50 lines

  1. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c control.c
  2. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c dalloc.c
  3. tasm /mx /zi /zd /DFOR_GO32=1 doutils;
  4. tasm /mx /zi /zd /DFOR_GO32=1 dpmi;
  5. tasm /mx /zi /zd /DFOR_GO32=1 dpmisim;
  6. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c event.c
  7. tasm /mx /zi /zd /DFOR_GO32=1 evintr;
  8. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c exphdlr.c
  9. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c extdebug.c
  10. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c graphics.c
  11. tasm /mx /zi /zd /DFOR_GO32=1 grprot;
  12. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c mono.c
  13. tasm /mx /zi /zd /DFOR_GO32=1 mswitch;
  14. tasm /mx /zi /zd /DFOR_GO32=1 npx;
  15. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c paging.c
  16. tasm /mx /zi /zd /DFOR_GO32=1 tables;
  17. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c ustat.c
  18. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c utils.c
  19. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c valloc.c
  20. tasm /mx /zi /zd /DFOR_GO32=1 vga;
  21. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c xms.c
  22. tasm /mx /zi /zd /DFOR_GO32=1 vcpi;
  23. tcc bin2byte.c
  24. del bin2byte.obj
  25. tdstrip bin2byte
  26. copy /b vesadrv.vdr+driver.ext driver.tmp
  27. bin2byte driver.tmp DRIVER_CODE driver.h
  28. del driver.tmp
  29. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -DFOR_GO32=1 -c driver.c
  30. tcc stamp.c
  31. del stamp.obj
  32. tcc -ls -ms -M -G- -O -Z -a -1 -f- -d -w -g12 -ego32t.exe *.obj
  33. stamp go32t.exe
  34. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 fixstub.c
  35. del fixstub.obj
  36. tdstrip fixstub
  37. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 stub.c
  38. del stub.obj
  39. tdstrip stub
  40. fixstub
  41. bin2byte stub.exe stub_bytes stubbyte.h
  42. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 coff2exe.c
  43. del coff2exe.obj
  44. tdstrip coff2exe
  45. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 exe2coff.c
  46. del exe2coff.obj
  47. tdstrip exe2coff
  48. tcc -ms -M -G- -O -Z -a -1 -f- -d -w -g12 stubedit.c
  49. del stubedit.obj
  50.